home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / TemaCD / povray / povwin3.exe / %MAINDIR% / Insert Menu / Shapes / quadric.txt < prev    next >
Encoding:
Text File  |  2000-04-06  |  279 b   |  10 lines

  1. // create a quadratic (2nd order) infinite polynomial surface
  2. quadric
  3. {
  4.   <0, 1, 1> //  A x^2  + B y^2  + C z^2  +
  5.   <1, 0, 0> //  D xy   + E xz   + F yz   +
  6.   <0, 3, 0> //  G x    + H y    + I z    +
  7.   2         //  J
  8.   sturm // optional, slower but reduces speckles
  9. }
  10.